const encoding/json.tokenObjectKey

4 uses

	encoding/json (current package)
		stream.go#L296: 	tokenObjectKey
		stream.go#L428: 				dec.tokenState = tokenObjectKey
		stream.go#L434: 			if dec.tokenState == tokenObjectStart || dec.tokenState == tokenObjectKey {
		stream.go#L470: 	case tokenObjectKey: